[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  ITOS

  .  Summary

  itos(int <value>, str <s>);

  .  Description

  The itos function writes out the digits of the supplied integer
  value to <s>.

  .  Return Value

  None.

  .  Example

  int chr;
  str s[16];
  chr = keyinw();       // get a user keystroke
  itos(chr, s);         // and print out ASCII value of character
  prints(s);

See Also: stoi
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson